My Cloud Resume Challenge Journey — A Deep Technical Learning Experience

After several intense weeks, my Cloud Resume Challenge project is **LIVE**! This was a deep dive into full-stack cloud architecture, that pushed me far beyond theory, requiring real architecture, real automation, real problem-solving, and real deployment.

Check out the live site and source code.


What is the Cloud Resume Challenge?

The Cloud Resume Challenge (CRC) is a practical, end-to-end cloud project that requires you to:

It simulates the real workflows of cloud engineers and solutions architects — not just passing an exam but building something that works at production-level standards.


Why I Took Up This Challenge

Coming from a network engineering background, I wanted a project that would push me beyond networking into full cloud architecture, but I had to grow in:

This project truly bridges traditional networking with modern cloud engineering.


Architecture of the Solution

Diagram showing the AWS architecture: S3/CloudFront/Route 53 for Frontend, API Gateway/Lambda/DynamoDB for Backend.

Frontend

Backend

DevOps & Automation


What Were the Biggest Challenges?

  1. Terraform state & modularisation: Building reusable, hierarchical modules while managing state safely.
  2. DynamoDB conditional updates: Ensuring atomic increments during concurrent requests.
  3. CI/CD packaging for Lambda: Correctly bundling dependencies and tests for Python Lambda deployments.
  4. CloudFront invalidation automation: Ensuring new versions deploy globally without downtime.
  5. Data model design: Supporting visitor counting + geolocation analytics with a single-table pattern.
  6. Security hardening: IAM least privilege, bot protection, API throttling, and misconfiguration prevention.

Key Takeaways


Final Thoughts

This challenge wasn’t just a project — it was a hands-on simulation of real cloud engineering work:

Architect. Develop. Automate. Secure. Monitor. Iterate.

It helped me push beyond tutorials to design a system that:

I highly recommend it for anyone seeking real-world experience.